home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm2 / wrb100e.zip / OSACCESS.BAT < prev    next >
DOS Batch File  |  1993-02-22  |  666b  |  27 lines

  1. @ECHO OFF
  2. REM  This sample batch file employs DOORWAY to give the SysOp DOS access
  3. ECHO.
  4. ECHO.
  5. REM
  6. REM      The next line will appear on the local screen.
  7. REM
  8. ECHO The SysOp is accessing the operating system  ...
  9. ECHO.
  10. REM      If C: is not the drive where DOORWAY is located, edit this file to
  11. REM      point to the correct drive instead.
  12. REM 
  13. ECHO.
  14. C:
  15. CHDIR \
  16. C:\DOORWAY\DOORWAY COM1 /S:* /O /G:ON^U /M:60 /C:DOS
  17. ECHO.
  18. ECHO.
  19. ECHO The SysOp has returned from the operating system  ...
  20. REM
  21. REM      If your WR-BBS home path is on a drive other than C:, edit this
  22. REM      file to point to the correct drive letter.
  23. REM
  24. C:
  25. CHDIR %WR-BBS%
  26.  
  27.